Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Abstract Window Toolkit Control Functions /


JMNewAWTContext

Creates an AWT context.

OSStatus JMNewAWTContext (
                     JMAWTContextRef* context,
                     JMSessionRef session,
                     const JMAWTContextCallbacks* callbacks,
                     JMClientData data);
context
A pointer to the AWT context. on return, this parameter is the new AWT context.
session
The session in which you want to create the AWT context.
callbacks
A pointer to the context's callbacks. See "AWT Context Callbacks Structure" for more information.
data
Any optional client-specific data.
function result
A result code; see "JManager Result Codes".
SEE ALSO
"Creating an AWT Context".

The JMDisposeAWTContext function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997